-
Pharmacist Login
19:13:52 / 00:01:28:635 Pass
Pharmacist Login
09.30.2024 19:13:52 09.30.2024 19:15:21 00:01:28:635 · #test-id=1PassSuccessful login with valid credentialsGiven the user is on the login pageWhen the user enters the valid email "hardstop-pharmacist6@mailinator.com"And valid password "Password1#"And user clicks on Login buttonThen the user should be logged inAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Successful_login_with_valid_credentialsPassLogin with invalid password and verify error messageGiven the user is on the login pageWhen the user enters the valid email "hardstop-pharmacist6@mailinator.com"And the user enters invalid password "InvalidPassword"And user clicks on Login buttonThen an error message should be displayed "Wrong username/password"AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Login_with_invalid_password_and_verify_error_messagePassLogin with invalid email and verify error messageGiven the user is on the login pageWhen the user enters an invalid email "hardstop-pharmacist6@mailinator.co"And valid password "Password1#"And user clicks on Login buttonThen I should see an error message "User not found"AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Login_with_invalid_email_and_verify_error_message -
Validating Patients Data, using DataTables and examples
19:15:21 / 00:01:32:828 Pass
Validating Patients Data, using DataTables and examples
09.30.2024 19:15:21 09.30.2024 19:16:54 00:01:32:828 · #test-id=41PassSearch for a patient by ID and validate the informationPassSearch for a patient by ID and validate the informationGiven user has already logged in to application and is on patient pageAnd user has entered credentialsuserId 4059581a-e693-455a-8d6b-4fc5a1ea3cc6 And User tries to validate the informationThen User verifies the dataFirstName Hardstop LastName Select health test patient 3 Hosp 30d No DOB 01/01/1965 Sex female Age 59 Pt. Lang. English Insurance # XD723643612345 Insurance Co. Hardstop SelectHealth AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Search_for_a_patient_by_ID_and_validate_the_informationPassSearch for a patient by ID and validate the informationGiven user has already logged in to application and is on patient pageAnd user has entered credentialsuserId 8db898eb-bd30-4635-aaa2-bd42abd99eff And User tries to validate the informationThen User verifies the dataFirstName Hardstop LastName Select health test patient 5 Hosp 30d No DOB 01/01/1965 Sex female Age 59 Pt. Lang. English Insurance # XD723643612345 Insurance Co. Hardstop SelectHealth AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Search_for_a_patient_by_ID_and_validate_the_informationPassSearch for a patient by ID and validate the informationGiven user has already logged in to application and is on patient pageAnd user has entered credentialsuserId a89a0a0c-4202-4b64-949a-5e48c16d1aea And User tries to validate the informationThen User verifies the dataFirstName Select concierge test patient 8 LastName Hardstop Hosp 30d No DOB 01/01/1965 Sex female Age 59 Pt. Lang. English Insurance # XD723643612345 Insurance Co. Hardstop SelectHealth Concierge AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Search_for_a_patient_by_ID_and_validate_the_information -
Patient Search Functionality
19:16:54 / 00:00:27:303 Pass
Patient Search Functionality
09.30.2024 19:16:54 09.30.2024 19:17:21 00:00:27:303 · #test-id=76PassSearch for a patient by ID and set a review dateGiven User is logged in successfully for patient searchWhen User clicks on the Patient button for patient searchAnd User enters the patient ID "da7e9e65-a268-4ea2-adc6-a2d8cd1b64d9"And User clicks on the Reports buttonAnd User selects the date 10 days backThen User clicks on the Date Conversation buttonAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Search_for_a_patient_by_ID_and_set_a_review_date -
Pharmacist Portal Advance Search Feature
19:17:21 / 00:05:29:889 Pass
Pharmacist Portal Advance Search Feature
09.30.2024 19:17:21 09.30.2024 19:22:51 00:05:29:889 · #test-id=91PassVerify that the Advanced Search popup opens successfully.Given user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonThen the Advanced Patient Search popup should openAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_that_the_Advanced_Search_popup_opens_successfully.PassVerify if the results are displayed when user enters First NameGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_First_NamePassVerify if the results are displayed when user enters Last NameGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters Last Name "Select health test patient 1"And user clicks on Search buttonThen the result should get displayedAnd the Last Name "Select health test patient 1" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Last_NamePassVerify if the results are displayed when user enters FirstName and CityGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And user enters City "Test City"And user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAnd the City Name "Test City" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_FirstName_and_CityPassError Validation - Verify if the results are displayed when user enters CityGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters City "Test City"And user clicks on Search buttonThen the error pop up should appear "You must provide first or last name."AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Error_Validation_-_Verify_if_the_results_are_displayed_when_user_enters_CityPassVerify if the results are displayed when user enters FirstName and Selects StateGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And user selects State "California"And user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAnd the State "California" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_FirstName_and_Selects_StatePassError Validation - Verify if the results are displayed when user Selects StateGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user selects State "California"And user clicks on Search buttonThen the error pop up should appear "You must provide first or last name."AppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Error_Validation_-_Verify_if_the_results_are_displayed_when_user_Selects_StatePassVerify if the results are displayed when user enters Zip CodeGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd user enters First Name "Hardstop"And User enters "99999" as Zip CodeAnd user clicks on Search buttonThen the result should get displayedAnd the First Name "Hardstop" should get displayedAnd the ZipCode "99999" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Zip_CodePassNegative test scenario - Verify if the results are displayed when user enters Zip Code in invalid formatGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "123" as Zip CodeAnd user clicks on Search buttonThen Tooltip error message: "Please match the format requested." should display for Zip CodeAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Negative_test_scenario_-_Verify_if_the_results_are_displayed_when_user_enters_Zip_Code_in_invalid_formatPassVerify if the results are displayed when user enters Phone NumberGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "111-111-1111" as PhoneAnd user clicks on Search buttonThen the result should get displayedAnd the Phone "111-111-1111" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Phone_NumberPassNegative test scenario - Verify if the results are displayed when user enters Phone Number in invalid formatGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "111-111-111" as PhoneAnd user clicks on Search buttonThen Tooltip error message: "Please match the format requested." should display for Phone NumberAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Negative_test_scenario_-_Verify_if_the_results_are_displayed_when_user_enters_Phone_Number_in_invalid_formatPassVerify if the results are displayed when user enters Birth DateGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "01/01/1965" as Birth DateAnd user clicks on Search buttonThen the result should get displayedAnd the date "01/01/1965" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Verify_if_the_results_are_displayed_when_user_enters_Birth_DatePassNegative test scenario - Verify if the results are displayed when user enters Birth Date in invalid formatGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "32/01/19" as Birth DateAnd user clicks on Search buttonThen Tooltip error message: "Please match the format requested." should display for Birth DateAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Negative_test_scenario_-_Verify_if_the_results_are_displayed_when_user_enters_Birth_Date_in_invalid_formatPassEnter HPID and verify resultsGiven user has already logged in to applicationusername password hardstop-pharmacist6@mailinator.com Password1# Given the user should be logged inWhen the user clicks on Patient button and ADVANCED text buttonAnd User enters "XD723643612345" as HPIDAnd user clicks on Search buttonThen the result should get displayedAnd the HPID "XD723643612345" should get displayedAppHooks.ApplicationHooks.tearDown(io.cucumber.java.Scenario)Enter_HPID_and_verify_results
-
@loginFeature
3 tests
@loginFeature
3 passedStatus Timestamp TestName Pass 19:13:52 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentialsPass 19:14:25 pm Login with invalid password and verify error message Pharmacist Login.Login with invalid password and verify error messagePass 19:14:54 pm Login with invalid email and verify error message Pharmacist Login.Login with invalid email and verify error message -
@PatientValidationFeature
3 tests
@PatientValidationFeature
3 passedStatus Timestamp TestName Pass 19:15:21 pm Search for a patient by ID and validate the information Validating Patients Data, using DataTables and examples.Search for a patient by ID and validate the informationPass 19:16:04 pm Search for a patient by ID and validate the information Validating Patients Data, using DataTables and examples.Search for a patient by ID and validate the informationPass 19:16:29 pm Search for a patient by ID and validate the information Validating Patients Data, using DataTables and examples.Search for a patient by ID and validate the information -
@login
1 tests
@login
1 passedStatus Timestamp TestName Pass 19:13:52 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@dev_windows
1 tests
@dev_windows
1 passedStatus Timestamp TestName Pass 19:13:52 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@advanceSearch
14 tests
@advanceSearch
14 passedStatus Timestamp TestName Pass 19:17:21 pm Verify that the Advanced Search popup opens successfully. Pharmacist Portal Advance Search Feature.Verify that the Advanced Search popup opens successfully.Pass 19:17:43 pm Verify if the results are displayed when user enters First Name Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters First NamePass 19:18:04 pm Verify if the results are displayed when user enters Last Name Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Last NamePass 19:18:27 pm Verify if the results are displayed when user enters FirstName and City Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters FirstName and CityPass 19:18:50 pm Error Validation - Verify if the results are displayed when user enters City Pharmacist Portal Advance Search Feature.Error Validation - Verify if the results are displayed when user enters CityPass 19:19:21 pm Verify if the results are displayed when user enters FirstName and Selects State Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters FirstName and Selects StatePass 19:19:41 pm Error Validation - Verify if the results are displayed when user Selects State Pharmacist Portal Advance Search Feature.Error Validation - Verify if the results are displayed when user Selects StatePass 19:19:59 pm Verify if the results are displayed when user enters Zip Code Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Zip CodePass 19:20:19 pm Negative test scenario - Verify if the results are displayed when user enters Zip Code in invalid format Pharmacist Portal Advance Search Feature.Negative test scenario - Verify if the results are displayed when user enters Zip Code in invalid formatPass 19:20:35 pm Verify if the results are displayed when user enters Phone Number Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Phone NumberPass 19:20:54 pm Negative test scenario - Verify if the results are displayed when user enters Phone Number in invalid format Pharmacist Portal Advance Search Feature.Negative test scenario - Verify if the results are displayed when user enters Phone Number in invalid formatPass 19:21:41 pm Verify if the results are displayed when user enters Birth Date Pharmacist Portal Advance Search Feature.Verify if the results are displayed when user enters Birth DatePass 19:22:14 pm Negative test scenario - Verify if the results are displayed when user enters Birth Date in invalid format Pharmacist Portal Advance Search Feature.Negative test scenario - Verify if the results are displayed when user enters Birth Date in invalid formatPass 19:22:33 pm Enter HPID and verify results Pharmacist Portal Advance Search Feature.Enter HPID and verify results -
@testNG
1 tests
@testNG
1 passedStatus Timestamp TestName Pass 19:13:52 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@patientSearchDate
1 tests
@patientSearchDate
1 passedStatus Timestamp TestName Pass 19:16:54 pm Search for a patient by ID and set a review date Patient Search Functionality.Search for a patient by ID and set a review date -
@aut_durvesh
1 tests
@aut_durvesh
1 passedStatus Timestamp TestName Pass 19:13:52 pm Successful login with valid credentials Pharmacist Login.Successful login with valid credentials -
@patientSearch
1 tests
@patientSearch
1 passedStatus Timestamp TestName Pass 19:16:54 pm Search for a patient by ID and set a review date Patient Search Functionality.Search for a patient by ID and set a review date -
@PatientValScenario
3 tests
@PatientValScenario
3 passedStatus Timestamp TestName Pass 19:15:21 pm Search for a patient by ID and validate the information Validating Patients Data, using DataTables and examples.Search for a patient by ID and validate the informationPass 19:16:04 pm Search for a patient by ID and validate the information Validating Patients Data, using DataTables and examples.Search for a patient by ID and validate the informationPass 19:16:29 pm Search for a patient by ID and validate the information Validating Patients Data, using DataTables and examples.Search for a patient by ID and validate the information
Started
Sept 30, 2024 07:13:51 pm
Ended
Sept 30, 2024 07:22:51 pm
Features Passed
4
Features Failed
0
Features
Scenarios
Steps
Timeline
Tags
| Name | Passed | Failed | Skipped | Others | Passed % |
|---|---|---|---|---|---|
| @loginFeature | 3 | 0 | 0 | 0 | 100% |
| @PatientValidationFeature | 3 | 0 | 0 | 0 | 100% |
| @login | 1 | 0 | 0 | 0 | 100% |
| @dev_windows | 1 | 0 | 0 | 0 | 100% |
| @advanceSearch | 14 | 0 | 0 | 0 | 100% |
| @testNG | 1 | 0 | 0 | 0 | 100% |
| @patientSearchDate | 1 | 0 | 0 | 0 | 100% |
| @aut_durvesh | 1 | 0 | 0 | 0 | 100% |
| @patientSearch | 1 | 0 | 0 | 0 | 100% |
| @PatientValScenario | 3 | 0 | 0 | 0 | 100% |
System/Environment
| Name | Value |
|---|---|
| AppName | AutomationPractice |
| user | Durvesh |
| build | 1.1 |
| os | Windows |